Merge "Don't skip tests which lack non-tidy output"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 30 Sep 2016 00:11:34 +0000 (00:11 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 30 Sep 2016 00:11:34 +0000 (00:11 +0000)
1  2 
tests/parser/parserTests.txt

@@@ -3681,6 -3681,10 +3681,10 @@@ Nested definition lists using html synt
  <dl><dt>x</dt>
  <dd>a</dd>
  <dd>b</dd></dl>
+ !! html
+ <dl><dt>x</dt>
+ <dd>a</dd>
+ <dd>b</dd></dl>
  
  !! end
  
@@@ -21651,22 -21655,6 +21655,22 @@@ __TOC_
  
  !! end
  
 +!! test
 +T35715: s/strike element in ToC
 +!! wikitext
 +__TOC__
 +== <s>test</s> test <strike>test</strike> ==
 +!! html
 +<div id="toc" class="toc"><div id="toctitle"><h2>Contents</h2></div>
 +<ul>
 +<li class="toclevel-1 tocsection-1"><a href="#test_test_test"><span class="tocnumber">1</span> <span class="toctext"><s>test</s> test <strike>test</strike></span></a></li>
 +</ul>
 +</div>
 +
 +<h2><span class="mw-headline" id="test_test_test"><s>test</s> test <strike>test</strike></span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/index.php?title=Parser_test&amp;action=edit&amp;section=1" title="Edit section: test test test">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
 +
 +!! end
 +
  # Note that the html output does not have the <p></p>, but the
  # html+tidy output *does*.  This is because the empty <p></p> is
  # removed by the sanitizer, but only when tidy is *not* enabled (!).